[codex] Fix generated cuda-bindings problematic doc anchors#2186
Open
kkraus14 wants to merge 1 commit into
Open
[codex] Fix generated cuda-bindings problematic doc anchors#2186kkraus14 wants to merge 1 commit into
kkraus14 wants to merge 1 commit into
Conversation
Collaborator
Author
|
/ok to test |
127f9f6 to
159377e
Compare
Collaborator
Author
|
/ok to test |
2 similar comments
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
|
d98094f to
3694e06
Compare
kkraus14
commented
Jun 11, 2026
| Value of launch attribute CU_LAUNCH_ATTRIBUTE_PROGRAMMATIC_EVENT | ||
| with the following fields: - `CUevent` event - Event to fire when | ||
| all blocks trigger it. - `Event` record flags, see | ||
| with the following fields: - `CUeventCUevent` event - Event to fire |
Collaborator
Author
There was a problem hiding this comment.
This is erroneous
| resulting kernel node should be device-updatable. - | ||
| `CUgraphDeviceNode` devNode - Returns a handle to pass to the | ||
| various device-side update functions. | ||
| `CUgraphDeviceNodeCUgraphDeviceNode` devNode - Returns a handle to |
Comment on lines
+164
to
+168
| This indicates that at least one host pointer passed to the API call is not a valid host pointer. | ||
|
|
||
|
|
||
|
|
||
| [Deprecated] |
Collaborator
Author
There was a problem hiding this comment.
This spacing isn't desired
|
|
||
|
|
||
|
|
||
| MANBRIEF device management functions of the CUDA runtime API (CURRENT_FILE) ENDMANBRIEF |
Collaborator
Author
There was a problem hiding this comment.
These MANBRIEFs need to be handled in some kind of way
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Stacked on #2159. This removes the temporary lychee exclusion for generated
cuda-bindings
#id[0-9]+anchors after regenerating the affected CUDA Driverand Runtime docs/docstrings from the targeted cybind fix.
Changes
output that previously rendered docutils
problematicanchors.cuda-bindings/latest/module/{driver,runtime}.html#id[0-9]+frombuild-docs.yml.Validation
PRE_COMMIT_HOME=/tmp/pre-commit-cache-2159 pixi run pre-commit run check-yaml --files .github/workflows/build-docs.ymlPRE_COMMIT_HOME=/tmp/pre-commit-cache-2159 pixi run pre-commit run actionlint --files .github/workflows/build-docs.ymlPRE_COMMIT_HOME=/tmp/pre-commit-cache-2159 pixi run pre-commit run lychee --files cuda_bindings/docs/source/module/driver.rst cuda_bindings/docs/source/module/runtime.rstPRE_COMMIT_HOME=/tmp/pre-commit-cache-2159 pixi run pre-commit run rst-backticks --files cuda_bindings/docs/source/module/driver.rst cuda_bindings/docs/source/module/runtime.rstPRE_COMMIT_HOME=/tmp/pre-commit-cache-2159 pixi run pre-commit run rst-directive-colons --files cuda_bindings/docs/source/module/driver.rst cuda_bindings/docs/source/module/runtime.rstPRE_COMMIT_HOME=/tmp/pre-commit-cache-2159 pixi run pre-commit run rst-inline-touching-normal --files cuda_bindings/docs/source/module/driver.rst cuda_bindings/docs/source/module/runtime.rstpixi run --manifest-path cuda_bindings -e docs build-docsLocal rendered-HTML lychee still fails when building docs against the installed
13.2.0 cuda-bindings package because those generated docstrings are stale in the
local docs environment. The full local package build was blocked by unrelated
cufile symbol mismatches in the local CUDA package set, so CI should validate
the rendered HTML with the PR-built package.